home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Corrida
/
microracers.swf
/
scripts
/
DefineButton2_186
/
BUTTONCONDACTION on(keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
186 b
|
11 lines
on(keyPress "<Space>"){
if(_root.stay == 0)
{
_root.p = 5;
_root.netrofl = true;
_root.car.flame.gotoandplay(2);
dwn = true;
play();
}
}